UserApprove
The UserApprove class represents the details of a pending approval request for a specific project, including project and process information, request status, associated events, and multi-language support for descriptions and captions.
Properties
Name | Description |
---|---|
SecretKey | Gets or sets the secret key associated with the approval. |
ProjectCaption | Gets or sets the caption of the project associated with the approval. |
Attributes | Gets or sets the list of attributes associated with the approval. |
ProjectName | Gets or sets the name of the project associated with the approval. |
FlagColor | Gets or sets the flag color associated with the approval. |
RequestEvents | JSON-formatted string listing actions/events available for the request, with multi-language support for descriptions |
ProjectId | Gets or sets the unique identifier for the project associated with the approval. |
IsSeen | Gets or sets a value indicating whether the approval has been seen by the user. |
RequestId | Gets or sets the request identifier for the approval. |
StarterUser | Gets or sets the user who started the approval process. |
Status | Gets or sets the approval status. |
RequestDate | Gets or sets the date when the request was made. |
DeploymentUrl | Gets or sets the deployment URL associated with the approval. |
Events | Gets or sets the list of events associated with the approval. |
StartDate | Gets or sets the start date of the approval process. |
ProcessId | Gets or sets the process identifier for the approval. |
FlowName | Gets or sets the name of the flow associated with the approval. |